home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / interface / styles / gallery.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-05  |  1.4 KB  |  84 lines

  1. /* CSS Document */
  2.  
  3. body
  4. {
  5.  margin: 0 0 0 0;
  6.  padding: 0 0 0 0;
  7.  background-color: white;
  8. }
  9.  
  10. .header {
  11.     background-color: #00388C;
  12.     width: 100%;
  13.     height: 40px;
  14. }
  15.  
  16. .closeButton {
  17.     font-size: 16px;
  18.     font-weight: bold;
  19.     float: right;
  20.     color: white;
  21.     font-family: verdana, geneva, arial, helvetica, sans-serif;
  22.     padding-right: 2px;
  23. }
  24.  
  25. a.closeButton {
  26.     font-size: 16px;
  27.     font-weight: bold;
  28.     float: right;
  29.     color: white;
  30.     font-family: verdana, geneva, arial, helvetica, sans-serif;
  31.     text-decoration: none;
  32. }
  33.  
  34. .headerText {
  35.     padding-left: 5px;
  36.     font-size: 26px;
  37.     float: left;
  38.     color: white;
  39.     font-family: verdana, geneva, arial, helvetica, sans-serif;
  40. }
  41.  
  42. div.clearFloatDiv
  43. {
  44.  clear: both;
  45. }
  46.  
  47. .galleryImage
  48. {
  49.   width: 800px;
  50.   height: 600px;
  51.   margin: 0 0 0 0;
  52.   padding: 0 0 0 0;
  53.   background-color: #fff;
  54.   border-top: solid 2px #404040;
  55.   border-left: solid 2px #404040;
  56.   border-bottom: solid 2px #D4D0C8;
  57.   border-right: solid 2px #D4D0C8;
  58. }
  59.  
  60. div#buttons
  61. {
  62.  margin: 10px 0 0 0;
  63.  padding: 0 10px 0 0;
  64.  text-align: center;
  65. }
  66.  
  67. .galleryButtonBack
  68. {
  69.   width: 20px;
  70.   height: 20px;
  71.   visibility: visible;
  72.   cursor: pointer;
  73.   cursor: hand;
  74. }
  75.  
  76. .galleryButtonNext
  77. {
  78.   width: 20px;
  79.   height: 20px;
  80.   visibility: hidden;
  81.   cursor: pointer;
  82.   cursor: hand;
  83. }
  84.